Your graphics import component can support MIME types that correspond to graphics formats it supports. To make a list of these MIME types available to applications or other software, it must implement the GraphicsImportGetMIMETypeList function described in this section.
Returns a list of MIME types supported by the graphics import component.
pascal ComponentResult GraphicsImportGetMIMETypeList (
GraphicsImportComponent ci,
QTAtomContainerPtr*);
| Previous | Chapter Contents | Chapter Top | Next |